home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilwb / shllbnch.rdm < prev    next >
Text File  |  1996-05-20  |  3KB  |  68 lines

  1. Short:    Replacement for WB2+ 'Execute', V1.3
  2. Author:   nmc@dircon.co.uk (Nick Christie)
  3. Uploader: nmc@dircon.co.uk (Nick Christie)
  4. Version:  1.3
  5. Type:     util/wb
  6. Requires: dev/gui/BGUI12.lha, dev/gui/mui33usr.lha, AmigaOS V2.04+.
  7.  
  8. ShellBench  is  a  replacement for the Workbench Execute requester. It
  9. opens  a  small  window with a string gadget for typing in the desired
  10. command.  The  string  gadget  supports filename completion, clipboard
  11. paste, and keeps a command history buffer.
  12.  
  13. Via  tooltypes  and  an options window, ShellBench offers fine control
  14. over  the  execution  environment of launched programs, including task
  15. priority,  stack  size  and  current  directory.  In addition to using
  16. ShellBench  on-demand for executing individual Shell commands, you can
  17. also  quickly  set  up project icons that run Shell programs in highly
  18. configurable environments.
  19.  
  20.  
  21. Recent History:
  22.  
  23. 1.3 (5.4.96)
  24. ------------
  25. New: MUI version included. Requires MUI3.0+.
  26.  
  27. New: Change program settings like current directory directly from the
  28. command string gadget. For example, enter ";cd Ram:".
  29.  
  30. New: Added ADDTOCOMMAND ShellBench project tooltype, appends project
  31. name to command as well as the names of shift-selected icons.
  32.  
  33. New: Special value PUBSCREEN=FRONTMOST to put window on front screen,
  34. if public.
  35.  
  36. New: By setting HISTORYLINES to 0 and HISTORYFILE to an existing
  37. history file, you can keep a 'static' history to which no new commands
  38. will be added. This lets you use the history like the F-keys.
  39.  
  40. New: Options window now opens centred on main window, if open, but
  41. always retains previous size, if set by user.
  42.  
  43. New: Boolean tooltype WINDOWMOUSE makes ShellBench main window always
  44. open under mouse pointer, rather than re-open at last position. This
  45. is overridden by WINDOWLEFT/TOP/WIDTH (BGUI version only).
  46.  
  47. New: Current directory is now displayed in main window title bar.
  48.  
  49. Bug fix: Corrected bugs in Options window AppWindow handling that
  50. caused gadgets not to be updated when an icon was dropped, and would
  51. cause memory leaks if multiple icons were dropped.
  52.  
  53. Bug fix: Fixed matching of names to match in target current directory,
  54. rather than ShellBench's current directory.
  55.  
  56. Bug fix: ShellBench should now be able to find its icon when run from
  57. a Shell with a qualified name eg. "Run Work:Utils/ShellBench".
  58.  
  59. Changed: Removed Ctrl-C to quit, as KingCON windows opened by
  60. ShellBench when launching a command somehow broadcast the signal back
  61. to ShellBench and would make it quit.
  62.  
  63. Changed: Options window now fixes gadget heights, putting space
  64. between gadgets.
  65.  
  66.  
  67. $VER: ShellBench.readme 1.3 (5.4.96)
  68.